home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 7 / Amiga Format AFCD07 (Dec 1996, Issue 91).iso / serious / shareware / programming / ixemul-complete / ixemul / stack / a4.h next >
C/C++ Source or Header  |  1996-05-08  |  131b  |  11 lines

  1. #ifndef _A4_H_
  2. #define _A4_H_
  3.  
  4. #ifdef BASEREL
  5.   #define A4(x) "a4@(" #x ":W)"
  6. #else
  7.   #define A4(x) #x
  8. #endif
  9.  
  10. #endif /* _A4_H_ */
  11.